/*
THEME NAME: IKOS
DESCRIPTION: Custom theme developed by DaddyDesign.com for IKOS
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height: 100%; }
body{
font-family: "Open Sans", sans-serif;
font-size: 17px;
color: #eee4d0;
background: #192e57;
overflow-x: hidden;
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #eee4d0; text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; }

/* Web Font */
.wf{ font-family: "Montserrat", sans-serif; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, section figure, article figure { display: block; padding: 0; margin: 0; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: transparent; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Padding */
.pad_xbig{ padding: 120px; }
.grid.pad_xbig{ padding: 120px 105px; }
.pad_big{ padding: 80px; }
.pad_med{ padding: 60px; }
.pad_small{ padding: 40px; }
.pad_xsmall{ padding: 30px; }
.pad_xxsmall{ padding: 20px; }
.pad_std{ padding: 10px; }
.pad_top{ padding-top: 40px; }
.pad_top_med{ padding-top: 60px; }
.pad_btm_med{ padding-bottom: 60px; }
.pad_btm_small{ padding-bottom: 30px; }
.pad_top_big{ padding-top: 80px !important; }
.pad_top_xbig{ padding-top: 120px !important; }
.pad_btm_big{ padding-bottom: 80px !important; }
.pad_notop{ padding-top: 0 !important; }
.pad_nobtm{ padding-bottom: 0 !important; }

/* Margin */
.marg5{ margin: 0 0 5px; }
.marg10{ margin: 0 0 10px; }
.marg15{ margin: 0 0 15px; }
.marg20{ margin: 0 0 20px; }
.marg30{ margin: 0 0 30px; }
.marg40{ margin: 0 0 40px; }
.marg50{ margin: 0 0 50px; }
.marg60{ margin: 0 0 60px; }
.marg80{ margin: 0 0 80px; }

/* Round */
.round{ border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.round_big{ border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

/* Shadow */
.shadow{
-webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
}

/* Button */
.btn{
width: auto;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 300;
color: #eee4d0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 10px 30px;
margin: 0;
border: 1px solid #c3c0b8;
background-color: transparent;
vertical-align: top;
}
.btn:hover{ color: #192e57 !important; background-color: #eee4d0; border: 1px solid #eee4d0; text-decoration: none !important; }

.btn.reverse{
color: #192e57; 
background-color: #eee4d0; 
border: 1px solid #eee4d0;
}
.btn.reverse:hover{ color: #eee4d0 !important; background-color: transparent; border: 1px solid #c3c0b8; text-decoration: none !important; }

.section .wpgmp_locations_foot .footer ul.btns li:first-child .btn,
body .wpgmp-map-1 .btn.alt.wf.box{ line-height: 42px; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.pos_top{ background-position: top; }
.with_bg.pos_btm{ background-position: bottom; }
.with_bg.with_overlay::before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
z-index: 1;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }
.img a{ display: block; }

/* Container */
#container{ width: 100%; float: left; display: block; padding: 0; margin: 0 auto; position: relative; }

/* Header */
#header{ width: 100%; height: 120px; text-align: center; position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
#header::before {
content: '';
width: 100%;
height: 70px;
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: inherit;
background: #192e57;
z-index: 1;
}
#header::after {
content: '';
width: 100%;
height: 160px;
display: block;
position: absolute;
left: 0;
top: 70px;
right: 0;
bottom: inherit;
background: linear-gradient(to bottom, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 1;
}

#header .wrapper{ display: block; position: relative; z-index: 9; }

#header #logo{ 
display: block; 
position: absolute;
left: 50%;
margin-left: -85px;
padding: 23px 25px; 
text-indent: -9000px; 
}
#header #logo a{ display: block; width: 120px; height: 74px; background: url(images/logo.svg) no-repeat center; }
	
#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header .nav_wrap{ display: inline-block; margin: 0 auto; overflow: hidden; }
#header .nav{ width: auto; float: left; padding-top: 34px; }
#header .nav .wrap{ display: block; overflow: hidden; }
#header .nav ul.menu{ width: 340px; float: left; display: block; list-style: none; text-align: right; padding-right: 85px; }
#header .nav ul.menu2{ text-align: left; padding-right: 0; padding-left: 85px; }
#header .nav ul.menu li{ display: inline-block; }
#header .nav ul.menu li a{ height: 50px; display: block; font-size: 16px; color: #eee4d0; font-weight: 300; line-height: 50px; text-transform: uppercase; padding: 0 10px; position: relative; }
#header .nav ul.menu li a:hover{ text-decoration: underline; }

#header .btn_cta{ width: 190px; position: absolute; top: 38px; left: 40px; }
#header .btn_reserve{ width: 190px; position: absolute; top: 38px; right: 40px; }

/* Main */
#main{ width: 100%; float: left; position: relative; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.hgt100{ height: calc(100vh); }
.section.centered{ text-align: center; }
.section.border{ padding-top: 220px; padding-bottom: 40px; }
.section.border::before{ content: ''; width: 1px; height: 180px; display: block; position: absolute; top: 0; left: 50%; background-color: #c3c0b8; }
.section .wrapper{ width: 100%; display: block; clear: both; margin: 0 auto; position: relative; overflow: hidden; }
.section .wrapper.wide{ max-width: 1480px; }
.section .wrapper.short{ max-width: 680px; }
.section .wrapper.xshort{ max-width: 460px; }
.section .wrapper.short.pad_med{ max-width: 800px; }
.section .wrapper.short.pad_big{ max-width: 810px; }

.section .main{ width: 100%; float: left; position: relative; }
.section .header{ width: 100%; float: left; position: relative; }
.section .header h1{ font-size: 60px; font-weight: 200; line-height: 64px; text-transform: uppercase; }
.section .header h2{ font-size: 36px; font-weight: 200; line-height: 40px; text-transform: uppercase; }
.section .header h2.small{ font-size: 30px; line-height: 34px; }
.section .header h2.big{ font-size: 60px; font-weight: 200; line-height: 64px; text-transform: uppercase; }
.section .header h2.alt{ font-size: 30px; line-height: 34px; padding: 15px 5px; border-top: 1px solid #c3c0b8; border-bottom: 1px solid #c3c0b8; }
.section .header h2.bold{ font-weight: 500; }
.section .header h3{ font-size: 30px; font-weight: 200; line-height: 36px; text-transform: uppercase; }
.section .header h4{ font-size: 24px; font-weight: 200; line-height: 30px; text-transform: uppercase; }
.section .content{ width: 100%; float: left; position: relative; }
.section .footer{ width: 100%; float: left; padding-top: 15px; position: relative; }

.section .image{ width: 100%; float: left; position: relative; }
.section .image.with_bg{ width: 100%; height: 600px; float: left; position: relative; }
.section .image.with_bg img{ display: none; }
.section .image.with_bg::before {
content: '';
width: 100%;
height: 300px;
display: block;
color: #fff;
position: absolute;
left: 0;
top: 0;
right: 0;
background: linear-gradient(to bottom, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 9;
}
.section .image.with_bg::after {
content: '';
width: 100%;
height: 300px;
display: block;
color: #fff;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 9;
}

.section .footer .page_menu{ display: block; list-style:  none; }
.section .footer .page_menu li{ display: inline-block; margin: 5px 3px; }
.section .footer .page_menu li a{
width: auto;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 300;
color: #eee4d0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
padding: 10px 30px;
margin: 0;
border: 1px solid #c3c0b8;
background-color: transparent;
vertical-align: top;
}
.section .footer .page_menu li a:hover{ color: #192e57; background-color: #eee4d0; border: 1px solid #eee4d0; text-decoration: none; }
.section .footer .page_menu li.current_page_item a{
color: #192e57; 
background-color: #eee4d0; 
border: 1px solid #eee4d0;
}

/* Hero */
.section.hero.slideshow .header{
width: 100%;
max-width: 1080px;
display: block;
text-align: center;
position:absolute;
bottom: 0; 
left: 50%; 
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0); 
transform: translate(-50%,0);
z-index: 99;
}
.section.hero.slideshow .header .wrap{ display: block; overflow: hidden; }
.section.hero.slideshow .header .wrap .scroll_to_next{ display: inline-block; font-size: 14px; font-weight: 300; line-height: 17px; text-transform: uppercase; }
.section.hero.slideshow .header .wrap .scroll_to_next span{ display: block; margin-bottom: -3px; }
.section.hero.slideshow .header .wrap .scroll_to_next::after {
content: '';
border: solid #eee4d0;
border-width: 0 1px 1px 0;
display: inline-block;
clear: both;
padding: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.section.hero.slideshow .swiper-wrapper{ overflow: hidden; }
.section.hero.slideshow .swiper-wrapper .slide{ text-indent: -9000px; }
.section.hero.slideshow::after {
content: '';
width: 100%;
height: 300px;
display: block;
color: #fff;
position: absolute;
left: 0;
top: inherit;
right: 0;
bottom: 0;
background: linear-gradient(to top, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 9;
}

.section.hero .wrapper.short.pad_big{ max-width: 810px; padding-top: 20px; padding-bottom: 20px; }
.section.hero .wrapper .footer{ padding-top: 5px; }

/* Menu */
.section.hero span.vegan{ display: inline-block; position: relative; font-size: 14px; font-weight: 600; }
.section.hero span.vegan::before{ content: ''; width: 21px; height: 16px; display: inline-block; vertical-align: middle; background: url(images/vegan.svg) no-repeat center; margin-right: 8px; margin-top: -1px; }

.menu_cats .wrapper{ column-count: 2; padding: 40px; }

.menu_cats .wrapper .menu_cat { padding: 20px; break-inside: avoid; page-break-inside: avoid; -webkit-column-break-inside: avoid; }

.menu_cat .header.toplvl span.sub_title{ display: block; font-size: 13px; font-style: italic; line-height: 20px; padding-top: 15px; }

.menu_cat ul{ width: 100%; float: left; list-style: none; position: relative; }
.menu_cat ul li{ width: 100%; float: left; padding: 15px 0; }
.menu_cat ul li.item_adv{ padding: 0; }
.menu_cat ul li h3{ font-size: 21px; font-weight: 500; line-height: 25px; text-transform: uppercase; margin: 0 0 5px; position: relative; }
.menu_cat ul li.vegan h3::after{ content: ''; width: 16px; height: 12px; display: inline-block; vertical-align: middle; background: url(images/vegan.svg) no-repeat center; margin-left: 8px; margin-top: -2px; }
.menu_cat ul li span{ display: block; font-size: 16px; font-style: italic; line-height: 24px; }

.menu_cat ul.menu_adv{ padding: 25px 0; margin: 20px 0; }
.menu_cat ul li.item_adv + li.item_adv ul.menu_adv{ padding-top: 10px; margin-top: 0; }
.menu_cat li:first-child ul.menu_adv{ padding-top: 10px; margin-top: 0; }
.menu_cat li:last-child ul.menu_adv{ padding-bottom: 10px; margin-bottom: 0; }
.menu_cat ul.menu_adv::before{ content: ''; width: 30px; height: 1px; display: block; position: absolute; top: 0; left: 0; background: #c3c0b8; }
.menu_cat li:first-child ul.menu_adv::before{ display: none; }
.menu_cat ul li.item_adv + li.item_adv ul.menu_adv::before{ display: none; }
.menu_cat ul.menu_adv::after{ content: ''; width: 30px; height: 1px; display: block; position: absolute; bottom: 0; left: 0; background: #c3c0b8; }
.menu_cat li:last-child ul.menu_adv::after{ display: none; }
.menu_cat ul.menu_adv li{ padding: 10px 0; }
.menu_cat ul.menu_adv li span{ padding: 2px 0 3px; }
.menu_cat ul.menu_adv li span b{ font-style: normal; text-transform: uppercase; }
.menu_cat ul.menu_adv li span.vegan::after{ content: ''; width: 16px; height: 12px; display: inline-block; vertical-align: middle; background: url(images/vegan.svg) no-repeat center; margin-left: 8px; margin-top: -2px; }

/* Gallery */
.section.gallery{ margin: 30px 0; }
.section.gallery::before {
content: '';
width: 100%;
height: 300px;
display: block;
color: #fff;
position: absolute;
left: 0;
top: 0;
right: 0;
background: linear-gradient(to bottom, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 9;
}
.section.gallery::after {
content: '';
width: 100%;
height: 300px;
display: block;
color: #fff;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, rgba(25,46,87,1) 0%, rgba(25,46,87,0.9) 20%, rgba(25,46,87,0.6) 40%, rgba(25,46,87,0.3) 60%, rgba(25,46,87,0) 100%);
z-index: 9;
}

.section.gallery .gallery_image{ width: 100%; height: 700px; float: left; position: relative; }
.section.gallery .gallery_image img{ display: none; }
.section.gallery .gallery_image:nth-child(3n+1) { width: 100%; }
.section.gallery .gallery_image:nth-child(3n+2), .section.gallery .gallery_image:nth-child(3n+3) { width: 50%; }

/* Events */
.events{ width: 100%; float: left; margin-top: 20px; border-top: 1px solid #c3c0b8; }
.events .event{ width: 100%; float: left; padding: 35px 15px; border-bottom: 1px solid #c3c0b8; }
.events .event .date{ display: block; font-size: 32px; font-weight: 200; line-height: 36px; text-transform: uppercase; margin: 0 0 12px; }
.events .event h3{ display: block; font-size: 22px; font-weight: 500; line-height: 28px; text-transform: uppercase; margin: 0 0 8px; }
.events .event .details{ display: block; font-size: 15px; font-style: italic; line-height: 23px; margin: 0 0 12px; }
.events .event .time{ display: block; font-size: 18px; font-weight: bold; text-transform: uppercase; line-height: 22px; }

/* Blog */
.acc_nav{ width: 100%; float: left; border-top: 1px solid #c3c0b8; position: relative; }
.acc_nav .acc{ width: 100%; float: left; border-bottom: 1px solid #c3c0b8; position: relative; }
.acc_nav .acc .acc_btn{ display: block; padding: 15px 5px; cursor: pointer; }
.acc_nav .acc .wrap{ display: none; }
.acc_nav .acc .wrap ul{ width: 100%; float: left; padding: 0 0 25px; list-style: none; }
.acc_nav .acc .wrap ul li{ width: 100%; float: left; }
.acc_nav .acc .wrap ul li a{ display: block; font-size: 14px; font-weight: 400; line-height: 18px; text-transform: uppercase; padding: 5px; }

.post{ width: 100%; float: left; padding: 40px 0; position: relative; }
.post .header{ padding: 0 10px; }
.post .header .meta{ display: block; font-size: 15px; font-weight: 400; line-height: 19px; text-transform: uppercase; }
.post.single .footer{ padding-top: 100px; margin-top: 20px; }
.post.single .footer::before{ content: ''; width: 1px; height: 60px; display: block; position: absolute; top: 0; left: 50%; background-color: #c3c0b8; }
.post.single .footer .meta{ display: block; font-size: 16px; font-style: italic; line-height: 22px; }
.post.single .footer .meta a{ font-weight: bold; font-style: normal; }
.post.single .footer .btns{ display: block; padding-top: 25px; }
.post.single .footer .btns .btn{ margin: 0 3px; }

/* Press */
ul.press{ width: 100%; float: left; border-top: 1px solid #c3c0b8; list-style: none; }
ul.press li{ width: 100%; float: left; border-bottom: 1px solid #c3c0b8; }
ul.press li a{ display: block; padding: 20px 5px; }
ul.press li h3{ font-size: 24px; font-weight: 200; line-height: 30px; text-transform: uppercase; }
ul.press li span.date{ display: block; font-size: 15px; font-weight: 400; line-height: 19px; text-transform: uppercase; }
ul.press li a:hover span.date{ text-decoration: none !important; }

/* Contact */
.section.contact .map{ width: 100%; height: 350px; float: left; }
.section.contact .map iframe{ width: 100%; max-width: 100%; height: 100%; }

.section.contact .main{ width: 100%; }
.section.contact .main ul{ width: 100%; float: left; list-style: none; }
.section.contact .main ul li{ display: block; font-size: 17px; line-height: 25px; }
.section.contact .main ul li.address span{ display: block; }
.section.contact .main ul li.address{ margin: 0 0 8px; }
.section.contact .main ul li.phone{ font-weight: 700; }

/* Navigation */
.wp-pagenavi{ width: 100%; clear: both; padding: 25px 0 0; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
.wp-pagenavi a, .wp-pagenavi span{ padding: 3px !important; margin: 1px; border: 0 !important; }
.wp-pagenavi span.pages{ font-size: 14px; font-style: italic; padding-left: 0 !important; margin-left: 0; padding-right: 15px !important; margin-right: 10px; position: relative; }
.wp-pagenavi span.pages::after{ content: ''; position: absolute; top: 0; bottom: 0; right: 0; border-right: 1px solid #c3c0b8;  }
.wp-pagenavi a{ font-size: 17px; }
.wp-pagenavi span.current{ font-size: 17px; font-weight: bold; }

/* Footer */
#footer{ width: 100%; float: left; text-align: center; position: relative; }
#footer .wrapper{ width: 100%; max-width: 400px; display: block; margin: 0 auto; overflow: hidden; position: relative; }

#footer .logo{ display: inline-block; margin: 0 0 15px; text-indent: -9000px; }
#footer .logo a{ display: block; width: 120px; height: 74px; background: url(images/logo.svg) no-repeat center; }

#footer .nav{ display: block; clear: both; margin: 0 0 15px; position: relative; }
#footer .nav ul.menu{ display: block; list-style: none; }
#footer .nav ul.menu li{ display: inline-block; }
#footer .nav ul.menu li a{ display: block; font-size: 16px; color: #eee4d0; font-weight: 300; text-transform: uppercase; padding: 4px 8px; position: relative; }

#footer .btns{ display: block; clear: both; margin: 0 0 10px; position: relative; overflow: hidden; }
#footer .btns .btn{ margin: 0 2px; }

#footer .signup{ display: block; padding: 25px 0; overflow: hidden; position: relative; }
#footer .signup #form_signup{ width: 100%; float: left; }
#footer .signup .field{ display: block; padding-right: 155px; }
#footer .signup #email_signup{ width: 100%; height: 64px; display: block; font-family: "Montserrat", sans-serif; color: #eee4d0; font-size: 14px; font-weight: 300; text-transform: uppercase; padding: 0; padding-left: 30px; background: none; border: 1px solid #eee4d0; border-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; outline: none; position: relative; z-index: 10; }
#footer .signup .field input::-webkit-input-placeholder{ color: #eee4d0; }
#footer .signup .field input:-moz-placeholder{ color: #eee4d0; }
#footer .signup .field input::-moz-placeholder{ color: #eee4d0; }
#footer .signup .field input:-ms-input-placeholder{ color: #eee4d0; }
#footer .signup #submit_signup { 
width: 155px; 
height: 64px;
display: block; 
float: right;
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 700 !important;
color: #eee4d0; 
text-transform: uppercase; 
padding: 0;
margin: -64px 0 0 0; 
border: 1px solid #eee4d0;
border-left: 0;
background-color: transparent;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9; 
}

#footer ul.social{ display: block; list-style: none; }
#footer ul.social li{ display: inline-block; margin: 0; text-indent: -9000px; }
#footer ul.social li a{ 
width: 30px; 
height: 40px; 
display: block; 
margin: 0;
background-position: center; 
background-repeat: no-repeat; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
position: relative; 
overflow: hidden; 
}
#footer ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer ul.social li.instagram a{ background-image: url(images/instagram.svg); }
#footer ul.social li.tiktok a{ background-image: url(images/tiktok.svg); }
#footer ul.social li.spotify a{ background-image: url(images/spotify.svg); }

#footer .meta{ display: block; font-size: 11px; line-height: 16px; }
#footer .meta span{ display: block; }

/* Forms */
.wpcf7{ display: block; clear: both; padding: 20px 0 0 !important; }
.content-block .wpcf7:first-child{ padding: 0 !important; }
.wpcf7-form{ width: 100%; display: block; margin: 0 auto; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; }
.wpcf7-form label{ display: block; font-size: 15px; color: #333; font-weight: bold; line-height: 20px; padding: 0 15px 0 0; margin: 0 0 10px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; padding: 0 10px; }
.wpcf7-form fieldset.x3 div.form_field:first-child{ padding-left: 0; }
.wpcf7-form fieldset.x3 div.form_field:last-child{ padding-right: 0; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form fieldset.x2 div.form_field:first-child{ padding-right: 10px; }
.wpcf7-form fieldset.x2 div.form_field:last-child{ padding-left: 10px; }
.mailpoet_checkbox_label,
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
height: 50px;
display: block; 
font-family: "Montserrat", sans-serif;
color: #eee4d0;
font-size: 15px; 
font-weight: 300;
text-transform: uppercase;
text-align: center;
padding: 0 30px;
background: none;
border: 1px solid #c3c0b8;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 240px; padding: 25px 30px; }
.wpcf7-form div.form_field select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-align: center;
text-align-last: center;
background: #192e57;
}
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
  background: url('data:image/svg+xml;utf8,<svg fill="%23EEE4D0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 10h5v5H7zM19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"/></svg>') no-repeat center;
  background-size: 1em 1em;
  filter: none;
  opacity: 1;
  color: transparent;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #eee4d0; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #eee4d0; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; padding-right: 0; margin: 0; position: relative; }
.wpcf7-form div.submit p{ margin: 0; }
div.wpcf7 .ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px !important; }
.wpcf7-form div.submit input { 
width: 100%; 
height: 60px;
display: block; 
float: left;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 300 !important;
color: #192e57; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto; 
border: 1px solid #eee4d0;
background-color: #eee4d0;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9;
}
.wpcf7-form div.submit input:hover{ color: #eee4d0; background-color: transparent; }

div.wpcf7-response-output{ 
clear: both;
font-family: "Montserrat", sans-serif;
color: #eee4d0 !important;
font-size: 22px;
font-weight: 300;
line-height: 26px;
text-transform: uppercase;
border: 0 !important;
background: none;
margin: 0 !important; 
padding: 20px !important;
text-align: center;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border-top: 1px solid #ed2024 !important;
text-indent: -9000px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
padding: 0 !important;
}

#tripleseat_embed_form table{ width: 100%; }
#tripleseat_embed_form h2{ font-size: 28px; line-height: 32px; padding: 20px 15px 0 !important; }

#tripleseat_embed_form label{ 
display: block;
font-family: "Montserrat", sans-serif;
font-weight: 200;
text-transform: uppercase;
padding: 10px 5px;
}
#tripleseat_embed_form label .required{ color: #eee4d0 !important; }

#tripleseat_embed_form input, 
#tripleseat_embed_form select,
#tripleseat_embed_form textarea { 
width: 100%; 
height: 50px;
display: block; 
font-family: "Montserrat", sans-serif;
color: #eee4d0 !important;
font-size: 15px; 
font-weight: 300;
text-transform: uppercase;
text-align: center;
padding: 0 30px;
background: none;
border: 1px solid #c3c0b8 !important;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
#tripleseat_embed_form textarea { height: 240px; padding: 25px 30px; }
#tripleseat_embed_form select{ background: #192e57; }
#tripleseat_embed_form #lead_phone_number,
#tripleseat_embed_form #lead_phone_number_extension,
#tripleseat_embed_form #lead_guest_count { width: 100% !important; }

#tripleseat_embed_form .g-recaptcha{ display: inline-block; margin: 15px auto !important; }

#tripleseat_embed_form #lead_submit { 
width: 100%; 
height: 60px;
display: block; 
float: left;
font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 300 !important;
color: #192e57 !important; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto; 
border: 1px solid #eee4d0;
background-color: #eee4d0;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9;
}
#tripleseat_embed_form #lead_submit:hover{ color: #eee4d0 !important; background-color: transparent; }

#tripleseat_embed_form #lead_form_submit{ position: relative; }
#tripleseat_embed_form_inline #submit_spinner, #tripleseat_embed_form #submit_spinner#tripleseat_embed_form_inline #submit_spinner, #tripleseat_embed_form #submit_spinner#tripleseat_embed_form_inline #submit_spinner, #tripleseat_embed_form #submit_spinner#tripleseat_embed_form_inline #submit_spinner, #tripleseat_embed_form #submit_spinner#tripleseat_embed_form_inline #submit_spinner, #tripleseat_embed_form #submit_spinner{
position: absolute;
top: 27px;
left: 18px;
z-index: 9;
}

#tripleseat_embed_form .row_submit a:last-child{ display: none; }

#tripleseat_embed_form .fa-exclamation-triangle{ display: inline-block; padding: 0; }
#tripleseat_embed_form span.help-block{ font-size: 13px; font-weight: bold; text-transform: uppercase; padding-top: 3px; }
#tripleseat_embed_form input.error, #tripleseat_embed_form .location_list.error, .errorExplanation {
background-color: transparent !important;
border: 1px solid #cd4343 !important;
}
.errorExplanation{
color: #fff !important;
padding: 30px !important;
background-color: #cd4343 !important;
border: 1px solid #cd4343 !important;
margin-top: 20px !important;
}
.errorExplanation h2{ font-size: 18px !important; font-weight: bold !important; color: #fff !important; }
.errorExplanation a{ color: #fff !important; }
.errorExplanation ul{ font-size: 15px; list-style: none !important; }

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 20px 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 20%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block p{ clear: both; }
.content-block p sm{ display: block; font-size: 13px; font-weight: 400; line-height: 20px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.content-block a{ text-decoration: underline; }
.content-block a:hover{ text-decoration: none; }
.content-block a.btn{ margin-top: 15px; }

.content-block blockquote{ 
font-size: 20px;
font-weight: 400;
font-style: italic;
line-height: 28px;
padding: 5px 20px;
margin: 30px 0;
position: relative;
}
.content-block blockquote p{ line-height: 28px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6{ font-family: "Montserrat", sans-serif; font-size: 100%; font-weight: 200; text-transform: uppercase; clear: both; padding: 20px 0 15px; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child, .content-block h6:first-child{ padding-top: 0; }
.content-block h1{ font-size: 36px; line-height: 40px; }
.content-block h2{ font-size: 32px; line-height: 36px; }
.content-block h3{ font-size: 28px; line-height: 32px; }
.content-block h4{ font-size: 24px; line-height: 28px; }
.content-block h5{ font-size: 20px; line-height: 24px; }
.content-block h6{ font-size: 18px; line-height: 22px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ol{ list-style: decimal; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }


.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"]{
	display: flex;
	flex-wrap:wrap;
	gap:30px;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations{	
    width: calc(33.33% - 20px);
	padding:0 !important;
	border:0;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations .fc-feature-img{
	position:relative;
	padding-top: 60%;
	margin-bottom: 20px;
}
.wpgmp_listing_container .wpgmp_listing_list [data-layout="default"] .wpgmp_locations .fc-feature-img img{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
    object-position: top;
	width: 100% !important;
	height: 100%;
	margin: 0;
	border-radius: 20px;
}
.wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations .wpgmp_location_title a{
	font-family: "League Spartan", serif;
	font-weight: bold;
	font-size: 28px;
}
.wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations .wpgmp_location_meta{ display:none; }
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content{
	padding:10px;
}
.wpgmp_locations_content ul,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul{
	list-style:none;
	color:#333333;
	padding:0;
}
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul .phone{
	margin-top:5px;
	font-weight:bold;
}

.wpgmp_locations_content ul .phone{ font-weight:bold; }
.wpgmp_locations_content  ul li.location-list,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content ul li.location-list{	
    padding: 20px 0 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.content-block .wpgmp_locations_content ul li.location-list{
	padding-bottom:20px;
    border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
.wpgmp_locations_content .location-hours,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours{ display:flex; column-gap:10px; }
.wpgmp_locations_content .location-hours .location-hour-block,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours .location-hour-block{ width: 50%; }
body .wpgmp_map_container .wpgmp_filter_wrappers{
    display: flex;
    background: transparent;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 100px;
    padding-left: 20px;
}
.wpgmp_locations_content .location-hours .location-day,
body .wpgmp_listing_container .wpgmp_listing_list .wpgmp_locations_content .location-hours .location-day{ font-weight:bold; } 

body .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing{ display:none;}
body .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_listing_header{ width: 100%; flex-grow:1; }
body .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter{ width: auto; }
body .wpgmp_map_container .wpgmp_filter_wrappers div.categories_filter select{
	margin:0;
	background-color: #11274b;
	color: #fff;
	text-transform: uppercase;
	min-height: 52px;
	text-align: center;
	border-radius: 0 20px 20px 0
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form{
	margin:0;
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_search_form input.wpgmp_search_input{	
	min-height:52px;
	display:block;
	border:0;
	color: #11274b;
	font-size: 19px;
	background:transparent;
}
body .wpgmp_map_container .wpgmp_filter_wrappers div.wpgmp_search_form input.wpgmp_search_input::placeholder {
    color: #11274b;
    opacity: 1;
}
.section .wpgmp_locations_foot .footer{
	padding: 0 10px 10px;
}

.section .wpgmp_locations_foot .footer ul{
	border-top:1px solid #dddddd;
	padding-top: 28px;
	width:100%;
    padding-left: 0;
    padding-right: 0;
}
.section .wpgmp_locations_foot .footer ul.btns li:first-child .btn{ margin-top:0; }

.return-to-locations{
	display:flex; padding-top: 30px; padding-right:30px;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
	z-index:1;
}

.wpgmp_locations_content li.parking{
    padding-left: 30px;
    font-weight: bold;
    background: url(images/parking-icon.png) no-repeat left center;
    background-size: 24px;
    padding-top: 8px;
    margin-top: -8px;
    margin-bottom: 10px;
}

body .wpgmp_infowindow.fc-item-acerra .fc-item-no-padding{ text-align:center; }

body .wpgmp_infowindow.fc-item-acerra div.fc-feature-img{position:relative;height: 120px;}
body .wpgmp_infowindow.fc-item-acerra div.fc-feature-img img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	object-fit:cover;
    object-position: top;
	width: 100%;
	height: 100%;
}

body .wpgmp_infowindow a{
    box-shadow: none;
    background: #11274b;
    border-color: #11274b;
    padding: 5px 20px;
    display: inline-flex;
    font-size: 16px;
    border-radius: 10px;
}

.wpgmp_map_parent .wpgmp_map { border-radius: 20px; }

.section.std.map-std .wpgmp_pagination,
.section.std.map-std .location_listing1 ,
.section.std.map-std .wpgmp_filter_wrappers{ display:none !important; }

